home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / hsutil60.zip / INIT.SH < prev    next >
Text File  |  1992-09-30  |  2KB  |  62 lines

  1. ; [sh] Initialization File
  2. ; (c) 1992, Electronic Systems Design.  All Rights Reserved.
  3. ;
  4. ; ------------------------------------------------------------------
  5. ;
  6. ; Lines that begin with a semi-colon are considered remarks.  It is
  7. ; strongly recommended to start sh.exe from a batch file, specifying
  8. ; this file as an argument, as in:
  9. ;
  10. ; c:\bin\sh c:\init.sh
  11. ;
  12. ; ... if you run a system with multiple hard drive partitions.
  13. ;
  14. ; ------------------------------------------------------------------
  15. ;
  16. ; --- If not specified, maxdirs default is 250
  17. maxdirs=200
  18. ;
  19. ; --- If postcd is specified, the specified command will exec after a
  20. ;     smart CD.
  21. postcd=dir /w
  22. ;
  23. ; --- If not specified, stacksize default is 30
  24. stacksize=50
  25. ;
  26. ; --- If not specified, prompt default is dos
  27. prompt=$p$g
  28. ;
  29. ; --- If not specified, fastcur default is -1, (on).  Note that this works
  30. ;     on 286's or better.
  31. fastcur=-1
  32. ;
  33. ; --- If not specified, logdate default is -1, (on).
  34. logdate=-1
  35. ;
  36. ; --- If not specified, logfile default is \log.sh  Note: you will want to
  37. ;     specify a drive in the file name if you have multiple DOS partitions.
  38. logfile=c:\log.sh
  39. ;logfile=c:\sys.log
  40. ;
  41. ; --- If not specified, history command default is "history"  Note:  you may
  42. ;     want to make this internal command shorter...
  43. history=history
  44. ;history=h
  45. ;
  46. ; --- If not specified, treefile default is \dirs.sh (each drive needs its
  47. ;     own treefile, DON'T specify a drive spec here).
  48. treefile=\dirs.sh
  49. ;
  50. ; --- If not specified, historyfile default is \history.sh  Note: you will want
  51. ;     to specify a drive in the file name if you have multiple DOS partitions.
  52. histfile=c:\history.sh
  53. ;
  54. ; --- If not specified, aliasfile default is \alias.sh  Note: you will want
  55. ;     to specify a drive in the file name if you have multiple DOS partitions.
  56. aliasfile=c:\alias.sh
  57. ;
  58. ; --- If not specified, aliassize default is 20
  59. aliassize=20
  60. ;
  61. ; -eof-
  62.